shape and data type
From Beginner to Pro: Mastering the 10 Most Important TensorFlow Functions
TensorFlow is a well-known open-source library for machine learning and deep learning. It has a lot of functions and tools that make it easy to build machine learning models and train them. In this lesson, we'll talk about the 10 most important TensorFlow functions you should know. With the tf.constant function, you can make a tensor with values that stay the same. It takes a list of values as input and gives back a tensor with the same shape and data type. With the tf.Variable function, a variable that can be changed during training is made.
Technology: Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (0.82)